﻿.default-content {
    min-height: 300px;
    font-size: 18px;
    color: #CCCCCC;
    text-align: center;
    padding-top: 150px;
    box-sizing: border-box;
    display: none;
}

/* 头部 begin */
.topbar {
    padding: 5px;
    border-bottom: 1px solid #eee;
    text-align: right;
}
.topbar .topbar-span {
    color: gray;
    margin: 0 3px;
}
.wrapheader {
    position: relative;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: top .5s;
    background: #fff;
    z-index: 99999;
    border-bottom: 1px solid #eee;
}

.head-wrap {
    height: 80px;
    padding: 0 40px;
    margin: 0 auto;
    background: #fff;
    line-height: 80px;
}

.head-logo {
    display: inline-block;
    /*vertical-align: middle;*/
    margin-top: 10px;
}

.head-logo img {
    height: 50px;
    display: block;
}

.head-list {
    float: right;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.head-list ul li {
    display: inline-block;
    padding: 0 40px;
    position: relative;
}

.head-list ul li a {
    color: #666;
    font-size: 14px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.head-list ul li.cur>a {
    color: #ff8b3d;
}



.head-list ul li:last-child a:hover span,
.head-list ul li:last-child a.on span {
    border: 1px solid #ff8b3d;
}

.head-list ul li a:hover,
.head-list ul li:last-child a.on {
    color: #ff8b3d;
}

.head-list ul li:last-child a:first-child {
    margin-right: 15px;
}

/* .head-list ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 0;
    width: 1px;
    height: 25px;
    background: #b2b2b2;
} */

.head-list ul li:last-child {
    padding: 0 40px;
}

.head-list ul li:last-child:after {
    display: none;
}

.head-list ul li:last-child a span {
    display: inline-block;
    border: 1px solid #666;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
}

/* footer begin */
.footer {
    position: relative;
    width: 100%;
    background-color: #3f3f3f;
    min-width: 1300px;
}

.footer-box {
    padding: 20px 0 0;
    border-bottom: 1px solid #2b2b2b;
}

.home-tit {
    font-size: 30px;
    position: relative;
    text-align: center;
    padding: 40px 0;
}

.icon-square {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: #ff8b3d;
    vertical-align: middle;
    margin-right: 10px;
}

.home-tit p {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.home-info {
    border-top: 1px solid #515151;
    color: #afafaf;
    text-align: center;
    width: 100%;
}

.home-info>ul {
    padding: 40px 0;
}

.home-info>ul li {
    display: inline-block;
    padding-left: 230px;
}

.home-info>ul li:first-child {
    padding-left: 0;
}

.home-info>ul li a {
    color: #9fa4a4;
    font-size: 14px;
    vertical-align: middle;
}

.home-info>ul li a img {
    vertical-align: bottom;
    margin-right: 10px;
}

.home-info>ul li:last-child {
    text-align: right;
}

.home-info .record {
    display: inline-block;
    font-size: 14px;
    padding: 20px 0;
    text-align: center;
    color: #afafaf;
}

.home-info span {
    font-size: 14px;
    color: #afafaf;
}


.form-us {
    margin: 0 auto 44px;
}

.form-us p {
    border: 1px solid #656565;
    border-radius: 6px;
    height: 56px;
    line-height: 56px;
    width: 270px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.form-us p:last-child {
    margin-right: 0;
    border: 0;
}

.form-us p.w422 {
    width: 422px;
}

.form-us p.w422 input {
    width: 400px;
}

.form-us p input {
    background: #3c3c3c;
    line-height: 56px;
    padding-left: 20px;
    border: 0;
    outline: none;
    width: 250px;
    border-radius: 6px;
    color: #9fa4a4;
    font-size: 14px;
}

.form-us p a {
    background: #ff8b3d;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 6px;
    font-size: 18px;
    border: 1px solid #ff8b3d;
}

.form-us p a:hover {
    background: rgba(255, 139, 61, 0.8);
    border: 1px solid rgba(255, 139, 61, 0.8);
}

.footer-bottom {
    background: #2d2d2d;
    height: 76px;
    font-size: 12px;
    color: #9fa4a4;
}

.footer-bottom .content>p {
    line-height: 74px;
}

.footer-share {
    position: absolute;
    top: 20px;
    right: 0;
}

.footer-share .bdsharebuttonbox a {
    width: 40px;
    height: 40px;
    background: url(../images/share.png) no-repeat;
    background-position: 0 0;
    margin: 0 10px 0 0;
    padding: 0;
}

.footer-share .bdsharebuttonbox a.share-twitter {
    background-position: -46px 0;
}

.footer-share .bdsharebuttonbox a.share-dribbble {
    background-position: -92px 0;
}

.footer-share .bdsharebuttonbox a.share-Vimeo {
    background-position: -140px 0;
}

.footer-share .bdsharebuttonbox a.share-Facebook {
    background-position: -186px 0;
}




/*首页*/
.homt-top {
    margin: 80px auto 0 !important;
}

.home-banner {
    width: 100%;
    margin: 0 auto;
    min-width: 1300px;
    height: 680px;
}

.home-banner .bx-viewport {
    height: 680px !important;
}

.home-banner .bx-viewport li {
    width: 100%;
}

.home-banner .bx-wrapper img {
    height: 680px;
    width: 100%;
}

.porduct-banner,
.home-Production,
.index-about {
    opacity: 0;
}

.home-banner .bx-wrapper .bx-pager,
.home-banner .bx-wrapper .bx-controls-auto {
    bottom: 70px;
}

.home-banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.home-banner .bx-wrapper .bx-pager.bx-default-pager a.active,
.home-banner .bx-wrapper .bx-pager.bx-default-pager a:focus,
.porduct-banner .bx-wrapper .bx-pager.bx-default-pager a:focus,
.porduct-banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.porduct-banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ff8b3d;
}

.home-banner .bx-wrapper .bx-pager.bx-default-pager a,
.porduct-banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #cbcbcb;
    width: 8px;
    height: 8px;
    border-radius: initial;
}

.home-banner .bx-wrapper .bx-prev {
    width: 60px;
    background: url(../images/arrow.png) no-repeat center center;
    background-position: 10px 19px;
    left: 4%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.3);
}

.home-banner .bx-wrapper .bx-next {
    width: 60px;
    height: 60px;
    background: url(../images/arrow.png) no-repeat center center;
    background-position: -83px 18px;
    right: 4%;
    background-color: rgba(0, 0, 0, 0.3);
}

.home-banner .bx-wrapper .bx-controls-direction a {
    margin-top: -35px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.home-banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.home-banner-text h4 {
    font-size: 50px;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
}

.home-banner-text p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 60px;
}

.banner-more {
    width: 160px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid #fff;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.banner-more:hover {
    background: rgba(255, 255, 255, 0.6);
    color: #fff;
}

.home-product {
    width: 100%;
    min-width: 1300px;
    height: 175px;
    border-bottom: 1px solid #cccccc;
}

.home-product-center {
    display: inline-block;
    vertical-align: middle;
    width: 173px;
    padding: 25px 20px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #ff8b3d;
    color: #fff;
    height: 175px;
    position: relative;
}

.home-product-center-tit {
    color: #fff;
    font-size: 24px;
}

.home-product-center p {
    margin-top: 70px;
    margin-bottom: 5px;
}

.home-product-center p img {
    max-width: 100%;
    display: block;
}

.home-product-center i {
    background: #ffffff;
}

.home-product-center span {
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: 600;
}

.home-product-center:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 11px;
    width: 100%;
    background: #ff8b3d;
}

.home-product-list {
    display: inline-block;
    vertical-align: middle;
    width: 1118px;
    overflow: hidden;
}

.index-product-nav {
    margin: 0 auto;
    height: 176px;
    font-size: 0;
    position: relative;
}

.index-product-fixed2.active {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 52;
    background: rgba(255, 255, 255, .9);
}

.index-product-nav li {
    display: inline-block;
    width: 140px;
    margin-left: 168px;
    text-align: center;
    float: left;
    position: relative;
}

.index-product-nav li:first-of-type {
    margin-left: 32px;
}

.index-product-nav li a {
    cursor: pointer;
    display: block;
    /* padding-top: 86px;*/
    position: relative;
    height: 126px;


}

.index-product-nav li img {
    /*    position: absolute;
    bottom: 80px;
    left: 50%;
    margin-left: -30px;*/
    padding-top: 30px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    transition: transform 400ms linear 0ms;
    transition: All 0.4s ease-in-out;

}

.index-product-nav li:hover img {
    transform: scale(1.08);
    transition: All 0.4s ease-in-out;
}

.index-product-nav li img.product_icon_active {
    display: none;
    transition: All 0.4s ease-in-out;
}

.index-product-nav li p {

    font-size: 14px;
    color: #666;
    transition: all 0.4s;
}

.index-product-nav li p.product-title {
    padding-top: 10px;
    display: inline-block;
    padding-bottom: 19px;
}

.index-product-nav li.active p.product-title,
.index-product-nav li:hover p.product-title {
    border-bottom: 2px solid #ff8b3e;
}

/*.index-product-nav li.active:after,.index-product-nav li:hover:after{content: "";position: absolute;bottom: -21px;width: 80px;left: 50%;height: 2px;background: #f08118;margin-left: -38px;}*/

.index-product-nav li:hover .product_icon,
.index-product-nav li.active .product_icon {
    display: none;
    transition: All 0.4s ease-in-out;
}

.index-product-nav li:hover .product_icon_active,
.index-product-nav li.active .product_icon_active {
    display: inline-block;
}

.index-product-nav li:hover p.product-title,
.index-product-nav li.active p.product-title {
    color: #ff8b3e;
}


.product-intro {
    padding: 75px 50px;
    display: inline-block;
    width: 500px;
}

.Scara-tit {
    display: block;
    max-width: 100%;
}

.product-intro .product-intro-details {
    font-size: 14px;
    line-height: 2;
    color: #666;
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e7;
}

.advantage-tit {
    padding-top: 20px;
}

.advantage-tit .icon-square {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.advantage-tit p {
    display: inline-block;
    font-size: 24px;
    color: #666;
    vertical-align: middle;
}

.advantage-list {
    margin: 20px 0 0 !important;
}

.advantage-list p {
    display: inline-block;
    font-size: 14px;
    color: #666;
    width: 67px;
    text-align: center;
    margin-right: 40px;
}

/*.advantage-list p span{ display:block;border: 1px solid #cbcbcb;width: 65px;height: 65px;border-radius: 4px;background: url(../images/product/goodness.png) no-repeat;background-position: 10px 8px;margin-bottom: 10px;
}*/
.advantage-list p span {
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 4px;
    margin-bottom: 10px;
    line-height: 65px;
}

.advantage-list p em img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.advantage-list .list-bgTwo {
    background-position: -98px 9px
}

.advantage-list .list-bgThree {
    background-position: -204px 10px
}

.home-btn {
    width: 160px;
    display: inline-block;
    border: 1px solid #ff8b3d;
    color: #ff8b3d;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    border-radius: 30px;
    margin-top: 60px;
}

.home-btn:hover {
    background: #ff8b3d;
    color: #fff;
}

.product-img-show {
    display: inline-block;
    float: right;
    width: 700px;
    position: absolute;
    top: -20px;
    right: 0;
}

.product-img-show img {
    display: block;
    max-width: 100%;
}

.porduct-banner .bx-wrapper .bx-pager {
    text-align: left;
    padding-left: 50px;
}

.porduct-banner .bx-pager .bx-default-pager {
    position: relative;
}

.porduct-banner .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 0px;
}

.porduct-banner {
    margin-bottom: 140px;
    margin-top: 20px;
}

.porduct-banner .bx-viewport {
    overflow: initial !important;
}

.home-Production {
    width: 95%;
    min-width: 1300px;
    margin: 0 auto;
}

.Production-box {
    width: 49%;
    box-shadow: 0 0 1em #ddd;
    position: relative;
    margin-right: 1%;
    float: left;
    overflow: hidden;
}

.Production-box img {
    width: 100%;
    height: 358px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}

.Production-box img:hover,
.Production-right-top img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.Production-box-details {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 15px;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.Production-box-details h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

.Production-box-details p {
    font-size: 14px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.58);
}

.Production-box-right {
    display: inline-block;
    width: 49%;
    float: left;
}

.Production-box-right .Production-right-top {
    margin-bottom: 40px;
    position: relative;
    height: 381px;
    overflow: hidden;
}

.Production-box-right .Production-right-top img {
    width: 100%;
    height: 100%;
    display: block;
}

.Production-box-right .Production-right-top .Production-box-details {
    top: 0;
    right: 0;
    left: inherit;
    width: 230px;
    padding: 50px 30px;
}

.Production-box-right .Production-right-top .Production-box-details h4 {
    word-break: break-all;
}

.Production-box-right .Production-right-top:last-child {
    margin-bottom: 0px;
}

.content-con-tab {
    display: none;
    margin: 0 auto;
}

.about-us {
    margin: 130px 0 0;
    position: relative;
}

.about-us .about-us-tit {
    color: #666;
}

.about-us .about-us-tit i {
    vertical-align: middle;
}

.about-us .about-us-tit p {
    display: inline-block;
    font-size: 26px;
    vertical-align: middle;
}

.about-us a {
    position: absolute;
    top: 14px;
    right: 0;
    display: inline-block;
    color: #666;
    font-size: 14px;
    float: right;
}

.about-us a:hover {
    color: #ff8b3d;
}

.about-us-details {
    padding: 30px 0;
}

.about-us-details p {
    color: #666;
    font-size: 14px;
    line-height: 2;
    width: 1076px;
}

.about-us-details .about-us-photo {
    margin: 70px 0;
}

.about-us-details .about-us-photo p {
    width: 415px;
    height: 415px;
    margin-right: 23px;
    display: inline-block;
}

.about-us-details .about-us-photo p img {
    max-height: 100%;
    display: block;
}

.about-us-details .about-us-photo p:last-child {
    margin-right: 0;
}

.about-us-bottom>p {
    width: 730px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 150px;
}

.about-us-bottom>p img {
    max-width: 100%;
    display: block;
}

.about-us-bottom .about-us-bottom-intro {
    display: inline-block;
    vertical-align: sub;
    width: 415px;
}

.about-us-bottom .about-us-bottom-intro p {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
}

.about-us-bottom .about-us-bottom-intro p:after,
.about-us-bottom .about-us-bottom-intro p:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-us-bottom .about-us-bottom-intro p:after {
    background: url(../images/s-dian.png) no-repeat;
    width: 50px;
    height: 40px;
    right: 0;
    left: initial;
    bottom: -100px;
}

.about-us-bottom .about-us-bottom-intro p:before {
    background: url(../images/big-dian.png) no-repeat;
    width: 93px;
    height: 77px;
    top: -100px;
}

/*产品中心*/

.product-box-banner {
    width: 100%;
    min-width: 1300px;
    height: 335px;
    position: relative;
}

.product-box-banner img {
    width: 100%;
    height: 100%;
    display: block;
}

.product-box-tit {
    position: absolute;
    top: 40%;
    left: 25%;
    color: #fff;
}

.product-box-tit p {
    vertical-align: middle;
    font-size: 36px;
    display: inline-block;
}

.product-box-tit p span {
    font-size: 20px;
    color: #d8d3d3;
    ;
    display: block;
}

.product-box-tit i {
    background: #fff;
}

.product-right {
    margin: 60px 0 0 0;
    display: inline-block;
    float: left;
    width: 1114px;
}

.product-item-box {
    height: 50px;
    line-height: 50px;
    text-align: right;
    border-bottom: 1px solid #c8c8c8;
    position: relative;
}

.product-item-box:after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #cecece;
    display: inline-block;
    background: #fff;
}

.product-item-box span,
.product-item-box a {
    color: #999;
    font-size: 12px;
    vertical-align: middle;
}

.product-item-box a:hover {
    color: #ff8b3d;
}

.product-item-box span img {
    width: 20px;
    vertical-align: sub;
    display: inline-block;
    margin-right: 10px;
}

.product-item-box .right {
    width: 6px;
    vertical-align: middle;
    margin: 0 8px 0 5px;
}

.product-list-box {
    margin-left: 104px;
}

.product-list-box li {
    float: left;
    border: 1px solid #e0e0e0;
    width: 300px;
  
    margin: 50px 50px 0 0;
}

.product-list-box li:nth-child(3n+3) {
    margin: 50px 0 0 0;
}

.product-list-box li a {
    padding: 10px;
    height: 280px;
    display: block;
    position: relative;
}

.product-list-box li img {
    width: 100%;
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
}
.input-active-name {
    float: right;
}
.input-active-name .text {
        height: 24px;
        line-height: 24px;
        border: 1px solid #ccc;
        float: left;
        padding: 0 5px;
}
.input-active-name  .btn {
    height: 26px;
    line-height: 26px;
    border: 1px solid #ccc;
    padding: 0 10px;
    float: left;
    border-left: 0;
    background: #f5f5f5;
}

.product-list-box li .product-list-intro dt {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}

.product-list-box li .product-list-intro p:first-child {
    margin-top: 60px;
}

.product-list-box li .product-list-intro p {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
}

.product-list-box li .product-list-intro img {
    width: 24px;
    height: 24px;
    margin-top: 10px;
}

.product-list-box li:hover .product-list-intro {
    opacity: 1;
}

.product-list-box .caseIndex-list li {
    height: 450px;
}

.product-list-box .caseIndex-list li a {
    margin: 15px auto;
    height: auto;
    width: 270px;
}

.product-list-box .caseIndex-list li .caseindex-list-img {
    height: 270px;
    overflow: hidden;
}

.product-list-box .caseIndex-list li a .caseIndex-list-intro h4 {
    color: #333;
    font-size: 16px;
    margin: 16px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-list-box .caseIndex-list li a .caseIndex-list-intro p {
    color: #666666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 1.7;
}

.product-list-box li a:hover {
    color: #fff;
    background: #ed6c00;
}

.product-list-box .caseIndex-list li .caseindex-list-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.Casedetails-text {
    margin-left: 22px;
}

.Casedetails-text>p {
    line-height: 1.8;
}

.Casedetails-text .Casedetails-text-tit {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    margin-top: 40px;
}

.Casedetails-text .Casedetails-text-p {
    line-height: 30px;
    color: #666666;
    font-size: 14px;
}

.Casedetails-text .Casedetails-text-img {
    display: block;
    max-width: 100%;
    padding: 20px 0;
}

.Casedetails-text-goodness .Casedetails-text-p .icon {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #666;
    display: inline-block;
    margin-right: 10px;
}

.product-left .home-product-center {
    width: 186px;
}

/*
.page-box{ margin: 120px 0 200px;text-align: center;}
.page-num{ display: inline-block;vertical-align: middle;margin: 0 35px;
}
.page-box a{ width: 30px;height: 30px;display: inline-block;text-align: center;line-height: 30px;background: #eee;color: #666;font-size: 14px;vertical-align: middle;}
.page-box a.page-next img,.page-box a.page-prev img{ margin-top: 7px;}
.page-num a{ margin-right: 30px;}
.page-num a:last-child{ margin-right: 0;}
.page-num a:hover,.page-num a.active{ color: #ffffff;background: #ff8b3d;}
*/
/*页数*/
.page-box {
    margin: 120px 0 200px;
    text-align: center;
}

.page-num {
    display: inline-block;
    vertical-align: middle;
    margin: 0 35px;
}

.page-box a {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    background: #eee;
    color: #666;
    font-size: 14px;
    vertical-align: middle;
}

.page-box a.next {
    margin-right: 30px;
}

.page-box a.prev {
    margin-left: 10px;
}

.page-box a {
    margin-right: 20px;
}

.page-box a:last-child {
    margin-right: 0;
}

.page-box a:hover,
.page-box a.cur {
    color: #ffffff;
    background: #ff8b3d;
}





/*侧边栏*/
.product-left {
    width: 186px;
    min-height: 500px;
    display: inline-block;
    float: left;
    margin-top: 90px;
}

.nav-list {
    margin-top: 10px;
}

.nav-list li {
    margin: 0 0 10px;
}

.nav-list li>a {
    color: #666;
    font-size: 14px;
    margin: 40px 20px;
    display: block;
    position: relative;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
}

.nav-list-two {
    background: #f3f3f3;
    border-top: 1px solid #c8c8c8;
    display: none;
}

.nav-list-two>a {
    display: block;
    color: #666;
    font-size: 14px;
    position: relative;
    margin-left: 15px;
    padding: 18px 20px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
}

.nav-list-two>a:before {
    content: "";
    position: absolute;
    top: 26px;
    left: 8px;
    width: 4px;
    height: 4px;
    background: #666;
    display: inline-block;
}

.nav-list li.active>a {
    color: #ff8b3d;
}

.nav-list li.active>a:after {
    top: 6px;
    background: url(../images/product/arrow-bottom.png) no-repeat;
}

.nav-list li:last-of-type.active>a:after {
    background: none;
}

.nav-list-two>a.on {
    color: #ff8b3d;
}

.nav-list-two>a.on:before {
    background: #ff8b3d;
}

.nav-list li a:hover {
    color: #ff8b3d;
}

.nav-list li.active .nav-list-two {
    display: block;
}

/*产品详情*/
.product-details-box {
    margin: 50px 0 120px 104px;
}
.product-details-box img {
    max-width: 100%;
}

.product-pad-left>p {
    margin-left: 22px;
    line-height: 2;
}

.product-details-banner {
    width: 384px;
    height: 384px;
    border: 2px solid #e0e0e0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
    position: relative;
}

.product-details-banner li {
    width: 384px !important;
    height: 384px !important;
}

.product-details-banner li img {
    width: 100%;
    height: 100%;
}

.product-details-text {
    vertical-align: top;
    display: inline-block;
    width: 470px;
}

.product-details-text .product-text-tit {
    color: #666666;
}

.product-details-text .product-text-tit img {
    display: block;
    max-width: 100%;
}

.homt-tit-product {
    font-size: 32px;
    color: #666;
    overflow: hidden;
}

.product-details-text .product-text-tit p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
    min-height: 60px;
    line-height: 1.8;
}

.details-banner-box {
    border-top: 1px solid #e0e0e0;
    width: 360px;
    min-height: 160px
}

.details-banner-pager {
    margin: 10px 0;
}

.details-banner-pager a {
    width: 64px;
    height: 64px;
    border: 1px solid #e0e0e0;
    display: inline-block;
    border-radius: 6px;
    margin-right: 30px;
    margin-top: 15px;
}

.details-banner-pager a.active {
    border: 1px solid #ff8b3d;
}

.details-banner-pager a img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 6px;
}

.btn-box {
    margin: 0 auto;
}

.btn-box a {
    width: 190px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    background: #ff8b3d;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    margin-right: 20px;
}

.btn-box a img {
    display: inline-block;
    vertical-align: sub;
    width: 24px;
    margin-right: 10px;
}

.btn-box a.down-product {
    background: #77a9e1;
}

.btn-box a.down-product:hover {
    background: rgba(119, 169, 225, 0.85);
}

.btn-box a.buy-product:hover {
    background: rgba(255, 139, 61, 0.85);
}

.product-details-intro {
    margin: 40px auto 0;
    border-top: 1px solid #e0e0e0;
    padding: 60px 0 0 80px;
}

.product-details-intro li {
    margin-bottom: 20px;
}

.product-details-intro .advantage-list {
    display: inline-block;
    vertical-align: top;
    margin: 0 !important;
}

.product-details-intro .advantage-list-details {
    display: inline-block;
    vertical-align: top !important;
    color: #666;
}

.advantage-list-details i {
    width: 10px;
    height: 10px;
}

.product-details-intro .advantage-list-details p {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
    width: 758px;
    vertical-align: top !important;
}

.product-details-intro .advantage-list-details p span {
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
    display: block;
    margin-top: 10px;
}

.product-details-img {
    margin: 80px 0 0 78px;
}

.product-details-img img {
    max-width: 100%;
    display: inline-block;
    margin-right: 150px;
    margin-bottom: 15px;
}

.product-details-img img:last-child {
    margin-right: 0;
}

.table-details {
    border-top: 1px solid #e7e7e7;
    margin: 95px auto;
}

.table-details,
.table-details table {
    width: 1022px !important;
}

.table-details table thead {
    background: #fff3eb;
}

.table-details table thead tr td {
    padding: 15px;
    font-size: 18px;
    color: #666;
    font-weight: 600;
    text-align: center;
}

.table-details table tbody tr td {
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 15px;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 2;
    vertical-align: middle;
}

.table-details table tbody tr td.tl {
    text-align: left;
    padding-left: 30px;
}

.table-details table tbody tr td:last-child {
    border-right: 0;
}

.bg_f9 {
    background: #f9f9f9;
}

.bg_f3 {
    background: #f3f3f3;
}

.return-list {
    display: inline-block;
    padding: 0 100px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #ff8b3d;
    border-radius: 6px;
    margin-top: 60px;
}

.return-list:hover {
    background: rgb(228, 112, 34);
    color: #fff;
}

/*了解我们/企业活动*/
.active-box {
    margin-left: 100px;
}

.active-tit {
    margin: 45px 0 20px 0;
}

.active-tit i {
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin-right: 10px;
}

.active-tit p {
    font-size: 18px;
    color: #666;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.active-list {
    margin: 0 auto;
}

.active-list li {
    margin-bottom: 30px;
    border: 1px solid #e7e7e7;
    max-height: 235px;
}

.active-list li a {
    display: block;
    padding: 10px;
}

.active-list li a p.active-img {
    width: 345px;
    height: 210px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    overflow: hidden;
}

.active-list li a p.active-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.active-list li a .active-list-intro {
    display: inline-block;
    vertical-align: middle;
    width: 600px;
}

.active-list li a .active-list-intro h4 {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.active-list li a .active-list-intro p {
    line-height: 2;
    color: #999;
    font-size: 14px;
}

.active-list li a .active-list-intro .active-list-bottom {
    margin-top: 30px;
    font-size: 12px;
}

.active-list li a .active-list-intro .active-list-bottom .active-date {
    color: #999;
    float: left;
}

.active-list li a .active-list-intro .active-list-bottom .view-details {
    color: #999;
    float: right;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.active-list li:hover {
    border: 1px solid #ff8b3d;
}

.active-list li:hover a .active-list-intro h4 {
    color: #ff8b3d;
}

.active-list li:hover .active-list-intro .active-list-bottom .view-details {
    color: #ff8b3d;
}

.active-list li:hover p.active-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

/*企业活动详情*/
.active-details {
    margin: 0 auto 120px;
}

.active-details-box {
    margin: 0 auto 95px;
}

.active-details-head {
    margin: 40px auto 30px;
    text-align: center;
}

.active-details-head h3 {
    font-size: 18px;
    color: #666;
    font-weight: 600;
}

.active-details-head p {
    font-size: 12px;
    color: #999;
    margin-top: 25px;
}

.active-details-box p {
    color: #999;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 40px;
}

.asctive-details-img {
    text-align: center;
    margin: 0 auto;
}

.asctive-details-img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 16px;
}

/*加入我们*/
.file-tab-head {
    width: 100%;
    height: 62px;
    line-height: 62px;
    border-bottom: 1px solid #e4e4e4;
    background: #f3f3f3;
}

.file-tab-head p {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #666666;
}

.file-tab-head p a {
    display: inline-block;
    position: relative;
    font-weight: bold;
}

.file-tab-head p.active a {
    color: #ff8b3d;
}

.file-tab-head p.active a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #ff8b3d;
    width: 100%;
    height: 2px;
}



.file-title {
    width: 100%;
    cursor: pointer;
}

.file-list-box {
    /*cursor: pointer;*/
}

.file span {
    display: inline-block;
}

.file .name {
    cursor: pointer;
    padding-left: 24px;
    color: #666;
    font-size: 14px;
    font-weight: bold;
}

.file .genre {
    width: 320px;
}

.file .type {
    width: 300px;
}

.file .address {
    width: 106px;
    padding-right: 34px;
    position: relative;
}

.file-th {
    height: 44px;
    font-size: 14px;
    line-height: 44px;
    background-color: #f7f7f7;
    font-weight: normal;

}

.file-list .file-title {
    position: relative;
    border-top: 1px solid #e4e4e4;
    height: 58px;
    line-height: 58px;
    display: block;
}

.file-list:last-child .file-title {
    border-bottom: 1px solid #e4e4e4;
}

/*.file-list .file-title:hover{background-color: #eee;}*/
.file-list .file-title:hover .name {
    color: #ff8b3d;
}

.file-list .file-title:after {
    content: "";
    position: absolute;
    top: 23px;
    right: 0;
    width: 15px;
    height: 15px;
    background: url(../images/product/arrow-right.png) no-repeat;
}

.file-list .file-title .details {
    float: right;
    margin-right: 30px;
    color: #999;
    font-size: 12px;
}

.file-list.cur .file-title:after {
    background: url(../images/product/arrow-bottom.png) no-repeat;
}

.file-list span.address em {
    display: block;
    width: 13px;
    height: 7px;
    background-image: url(../images/about/arrow-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
    top: 24px;
}

.file-list span.address .switch {
    background-image: url(../images/about/arrow-icon-top.png);
}

.file-list-box {
    padding: 10px 0 12px;
    color: #999;
    font-size: 14px;
    line-height: 2;
    position: relative;
}

.file-list-box .chance-text-item {
    margin-bottom: 40px;
}

.file-list-box .chance-text-item:last-child {
    margin-bottom: 10px;
}

.file-list-box .chance-text-item h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #666;
}

.file-list-box .chance-text-item p {
    font-size: 14px;
    line-height: 2;
}

.join-table {
    border: 1px solid #e9e9e9;
    width: 100%;
    margin: 0 auto 50px;
}

.join-table thead tr td {
    background: #f3f3f3;
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    border-right: 1px solid #e9e9e9;
}

.join-table tbody tr td {
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #e9e9e9;
}

/*.file-list-box{
	display: none;
}*/
.file-list-box:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 64px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f9f9f9;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

/*理念*/
.idea-box {
    margin: 20px auto 40px;
}

.idea-box .idea-box-img {
    display: inline-block;
    vertical-align: middle;
    width: 340px;
    height: 280px;
    margin-right: 40px;
}

.idea-box .idea-box-img img {
    max-width: 100%;
    display: block;
}

.idea-box .idea-box-intro {
    display: inline-block;
    vertical-align: top;
    width: 600px;
}

.idea-box .idea-box-intro p,
.idea-text {
    color: #999;
    line-height: 2;
    font-size: 16px;
}

.idea-bottom-icon {
    margin: 140px auto 160px;
}

.idea-bottom-icon li {
    float: left;
    width: 50%;
}

.idea-bottom-icon li>p {
    width: 96px;
    height: 96px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.idea-bottom-icon li p img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.idea-bottom-icon li>div {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
}

.idea-bottom-icon li>div h4 {
    color: #ff8b3d;
    font-size: 24px;
    font-weight: 600;
}

.idea-bottom-icon li>div p {
    color: #999;
    font-size: 16px;
}

/*品牌故事*/
.story-company {
    margin: 40px 0 60px 0;
}

.story-company .story-company-img {
    width: 420px;
    height: 265px;
    margin-right: 44px;
    display: inline-block;
    vertical-align: middle;
}

.story-company .story-company-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.story-company-intro {
    width: 520px;
    vertical-align: middle;
    display: inline-block;
    color: #999;
    font-size: 14px;
    line-height: 2;
    text-indent: 2rem;
}

.company-num {
    margin: 20px auto;
}

.company-num p {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
    color: #666;
    line-height: 1.2;
    position: relative;
}

.company-num p span {
    font-size: 14px;
    display: block;
}

.company-num p em {
    font-size: 60px;
    font-weight: 100;
}

.company-num p:first-child:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 80px;
    background: #c8c8c8;
}

.story-details {
    font-size: 14px;
    color: #666;
    line-height: 2;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    max-width: 410px;
}

.story-details p:first-child {
    border-bottom: 1px solid #c8c8c8;
    padding: 0 0 20px;
    margin-bottom: 22px;
}

.story-photo {
    float: right;
    width: 500px;
    margin-right: 22px;
    position: relative;
}

.story-photo:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -20px;
    width: 30px;
    height: 20px;
    background: url(../images/understand/left.jpg) no-repeat;
}

.story-photo span {
    background: #f2f2f2;
    width: 290px;
    height: 180px;
    display: inline-block;
    margin-top: 150px;
}

.story-photo img {
    position: absolute;
    top: 0;
    right: 0;
    width: 460px;
    height: 288px;
}

.add-story-photo img {
    height: 335px;
}

.story-details-two {
    margin-top: 35px;
}

.add-story-photo span {
    margin-top: 195px;
}

.story-details-two .story-details {
    float: left;
    margin-left: 75px;
    margin-top: 15px;
}

.story-details-two .story-photo {
    float: left;
    width: 370px;
    height: 360px;
    margin-left: 20px;
}

.story-details-two .story-photo:before {
    display: none;
}

.story-details-two .story-photo img {
    width: 330px;
    top: 40px;
    left: 40px;
    height: 330px;
}

.story-details-two .story-photo span {
    margin-top: 0;
}

.story-details-two .story-details p span {
    color: #666;
    font-size: 18px;
    font-weight: 600;
    display: block
}

.story-details-two .story-details p span em {
    color: #ff8b3d;
    font-size: 18px;
    margin-right: 10px;
}

.story-details-two .story-details p:first-child {
    padding: 20px 0 40px;
    margin-bottom: 40px;
}

.story-details-two .story-details {
    position: relative;
}

.story-details-two .story-details:after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -148px;
    width: 30px;
    height: 20px;
    background: url(../images/understand/left.jpg) no-repeat;
}

.story-aptitude {
    margin: 40px auto 0;
}

.mar_l22 {
    margin-left: 22px !important;
}

.story-aptitude li {
    width: 33.3%;
    float: left;
    margin-bottom: 40px;
}

.story-aptitude li:nth-child(6),
.story-aptitude li:nth-child(4),
.story-aptitude li:nth-child(5) {
    margin-bottom: 0;
}

.story-aptitude li img {
    width: 316px;
    height: 206px;
    display: block;
    box-shadow: 0 0 2rem #ddd;
}

.story-certificate {
    margin: 0 auto 180px;
}

.story-certificate ul li {
    width: 50%;
    float: left;
}

.story-certificate ul li>p {
    width: 168px;
    margin-left: 20px;
    margin-right: 40px;
    display: inline-block;
    vertical-align: middle;
}

.story-certificate ul li p img {
    max-width: 100%;
    display: block;
}

.story-certificate ul li .story-certificate-intro {
    display: inline-block;
    vertical-align: top;
    color: #666;
    width: 193px;
}

.story-certificate ul li .story-certificate-intro h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 15px auto;
}

.story-certificate ul li .story-certificate-intro p {
    font-size: 14px;
}

.quality-box {
    margin-top: 40px;
}

.quality-box.story-certificate ul li>p {
    width: 250px;
    margin: 0 30px 0 0;
}

.quality-box.story-certificate ul li {
    margin-bottom: 90px;
}

.story-company .story-company-img.add-story-intro {
    height: 356px;
}

.add-story-details {
    max-width: 520px;
}

.story-details-two .add-story-details:after {
    display: none;
}

/*生产能力*/
.produce-list {
    border-top: 0;
    padding: 0 0 0 22px;
}

.produce-list .advantage-list-details {
    color: #999;
}

.produce-list .advantage-list p span {
    border: 1px solid #cbcbcb;
    width: 65px;
    height: 65px;
    border-radius: 4px;
    background: url(../images/service/icon.png) no-repeat;
    background-position: 18px 16px;
}

.produce-list .advantage-list p span.list-bgThree {
    background-position: 18px -165px;
}

.produce-list .advantage-list p span.list-bgTwo {
    background-position: 18px -73px;
}

.produce-list .advantage-list-details p {
    font-size: 16px;
}

.product-text {
    margin-left: 22px;
    font-size: 14px;
    color: #999;
    line-height: 2;
}

.product-text p em {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    background: #ff8b3d;
    margin-right: 10px;
}

.product-text p span {
    display: inline-block;
    vertical-align: top;
    width: 953px;
}

.product-text p {
    margin-bottom: 40px;
}

.produce-matter>p {
    width: 430px;
    height: 270px;
    margin-right: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
}

.produce-matter p img {
    width: 100%;
    height: 100%;
    display: block;
}

.produce-matter div {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #999;
    line-height: 2.2;
    width: 462px;
}

.pour {
    color: #ff8b3d;
    font-style: normal;
}

.development-box .pour {
    font-size: 16px;
}

.development-details-img {
    text-align: center;
    margin: 0 auto;
}

.development-details-img img {
    display: block;
    margin: 0 auto;
    margin-bottom: 16px;
}

.produce-matter-img {
    margin-left: 81px;
    margin-right: 0 !important;
}

/*用人理念*/
.people-idea {
    margin: 90px 0 0 60px;
    font-family: "微软雅黑";
}

.people-idea li {
    width: 340px;
    height: 420px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 140px;
}

.people-idea li:nth-child(2n+2) {
    margin-right: 0;
    margin-left: 76px;
}

.people-idea li .people-idea-img {
    width: 340px;
    height: 210px;
    display: block;
    overflow: hidden;
}

.people-idea li .people-idea-img img {
    height: 100%;
    width: 100%;
    display: block;
}

.people-idea li .people-idea-text {
    height: 210px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.people-idea li .people-idea-text h4 {
    font-size: 18px;
    color: #666;
    font-weight: bold;
    margin-bottom: 22px;
    margin-top: 30px;
}

.people-idea li .people-idea-text p {
    font-size: 14px;
    color: #999;
    position: relative;
    line-height: 24px;
}

.people-idea li .people-idea-text p:after {
    content: "";
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 35px;
    height: 2px;
    background: #999;
}

.people-idea li:nth-child(2n+2) .people-idea-text {
    height: 178px;
}

.product-card {
    background: #f3f3f3;
    padding: 20px 20px 20px 50px;
    margin-top: 88px;
    color: #333;
    line-height: 2;
    font-size: 14px;
    margin-left: 22px;
}

.product-card-text {
    display: inline-block;
    width: 380px;
    margin-right: 43px;
    vertical-align: middle;
}

.product-card h4 {
    color: #ff8b3d;
    font-size: 16px;
    font-weight: 600;
}

.product-card-img {
    display: inline-block;
    width: 485px;
    vertical-align: middle;
}

.product-card-two {
    margin-top: 60px;
}

.product-card-two ul {
    margin-right: 40px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.product-card-two ul li {
    margin-left: 47px;
    width: 138px;
    height: 138px;
    float: left;
}

.product-card-two-text {
    display: inline-block;
    width: 410px;
    vertical-align: top;
    line-height: 2;
    color: #333;
    font-size: 14px;
}

.product-card-two-text h4 {
    font-weight: 600;
    color: #ff8b3d;
    font-size: 16px;
}

.product-card-three {
    margin-left: 68px;
    margin-top: 80px;
}

.Development-bottom-matter {
    margin-top: 140px;
}

.produce-matter.Development-bottom-matter>p {
    width: 325px;
    height: 210px;
}

/*联系我们*/
.contact-list {
    margin: 50px auto 0;
}

.contact-list .contact-list-adress {
    width: 450px;
    height: 254px;
    background: url(../images/understand/bg1.jpg) no-repeat left bottom;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    border: 1px solid #ff8b3d;
    padding: 46px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.contact-list .contact-list-adress.two {
    background: url(../images/understand/bg2.jpg) no-repeat left bottom;
    margin-right: 0;
    border: 1px solid #c8c8c8;
}

.contact-list-adress em {
    width: 10px;
    height: 10px;
    background: #ff8b3d;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    margin-top: 5px;
}

.contact-list-adress>div {
    display: inline-block;
    vertical-align: top;
}

.contact-list-adress>div h4 {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-list-adress>div p {
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.contact-list-adress>div p span {
    display: inline-block;
    width: 240px;
    vertical-align: top;
}

.map-box {
    width: 932px;
    height: 530px;
    margin: 30px 100px 100px;
    border: 1px solid #c8c8c8;
}

#allmap,
iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/*首页新加new*/
.bg-new {
    width: 100%;
    min-width: 1300px;
    background: #f5f5f5;
    margin: 240px auto 0;
}

.index-new {
    width: 1300px;
    margin: 0 auto;
}

.index-new .index-new-left {
    width: 620px;
    height: 400px;
    margin: -80px 60px 0 15px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.index-new .index-new-left img {
    width: 100%;
    height: 100%;
}

.index-new .index-new-list {
    width: 580px;
    display: inline-block;
    vertical-align: top;
    margin-top: -80px;
}

.index-new .index-new-list .about-us-tit p {
    display: inline-block;
    vertical-align: middle;
}

.index-new .index-new-list .index-new-item {
    font-size: 14px;
    margin-top: 40px;
}

.index-new .index-new-list .index-new-item li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #c8c8c8;
}

.index-new .index-new-list .index-new-item li a {
    color: #666;
}

.index-new .index-new-list .index-new-item li a p {
    width: 480px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 5px;
}

.index-new .index-new-list .index-new-item li a span {
    color: #999;
    display: inline-block;
    width: 90px;
    vertical-align: middle;
    text-align: right;
}

.index-new .index-new-list .index-new-item li:hover a p {
    color: #ff8b3d;
}

.bg-new .index-more-new {
    padding: 70px 0;
    text-align: center;
}

.bg-new .index-more-new a {
    color: #666;
    font-size: 14px;
    border: 1px solid #d1d1d1;
    display: inline-block;
    padding: 0 60px;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
}

.bg-new .index-more-new a:hover {
    background: #ff8b3d;
    border: 1px solid #ff8b3d;
    color: #fff;
}

.index-logo-bottom {
    margin: 20px 0;
    float: left;
}

.logo-bottom-right {
    margin: 20px 0 40px;
    float: right;
}

.footer-top {
    height: 294px;
    border-bottom: 1px solid #343434;
}

.footer-nav {
    margin: 0 auto;
    overflow: hidden;
}

.footer-nav-item {
    text-align: center;
    box-sizing: border-box;
    float: left;
    padding-left: 90px;
}

.footer-nav-item h3 {
    font-size: 14px;
    color: #999;
}

.footer-link-item {
    margin-bottom: 20px;
}

.footer-link-item a {
    display: inline-block;
    color: #afafaf;
    font-size: 14px;
}

.footer-link-item a:hover {
    color: #f08118;
}


.qr-code {
    font-size: 0;
    float: right;
    margin-top: 28px;
    width: 220px;
    position: relative;
}

.qr-code img {
    width: 60px;
    height: 60px;
    vertical-align: middle;
}

.qr-code p {
    font-size: 12px;
    line-height: 24px;
    color: #666;
    vertical-align: middle;
    margin-left: 12px;
}

.qr-code .phone {
    font-size: 16px;
}

.footer-copyright {
    float: left;
    width: 300px;
    margin-top: 15px;
}

.footer-copyright h3 {
    font-size: 16px;
    color: #666;
    : Tahoma;
}

.footer-copyright p {
    font-size: 12px;
    line-height: 24px;
    color: #666;
}

.returnTop {
    position: fixed;
    bottom: 20%;
    right: 4%;
    background: rgba(0, 0, 0, 0.45);
    text-align: center;
    z-index: 30;
}

.returnTop span {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.returnTop span:first-child {
    border-bottom: 1px solid #ccc;

}

.returnTop span:first-child img {
    height: 14px;
}

.returnTop span:hover {
    opacity: 0.8;
}

.returnTop img {
    height: 17px;
    margin-top: 13px;
}

.active-box-mail {
    color: #666;
    font-size: 14px;
    margin-bottom: 60px;
    display: inline-block;
}

.produce-matter {
    margin-left: 22px;
}


/*证书与专利*/
.pro-patent {
    margin: 0 auto 110px;
    padding-left: 24px;
}

.pro-patent p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.pro-patent ul li {
    float: left;
    font-size: 0;
    text-align: center;
    padding: 40px 0;
    border: 1px solid #ededed;
    width: 578px;
    margin-top: 33px;
}

.pro-patent ul li:nth-of-type(2n) {
    float: right;
    width: 370px;
}

.pro-patent ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    color: #666;
    width: 85px;
}

.pro-patent ul li .img-box {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    height: 240px;
    margin: 0 15px;
}

.pro-patent ul li .img-box img {
    height: 100%;
    cursor: pointer;
}

.patent-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.patent-popup .patent-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.patent-popup .patent-main {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 88%;
    transform: translate(-50%, -50%);
}

.patent-popup .popup-close {
    position: absolute;
    top: -35px;
    right: 0;
    width: 21px;
    height: 21px;
    background: url(../images/understand/icon-popup-close.png);
}

.patent-popup .popup-img {
    height: 100%;
}

.patent-popup .popup-img img {
    height: 100%;
}



@media screen and (max-width: 1366px) {
    .Production-box {
        height: 650px;
    }

    .Production-box-right .Production-right-top {
        height: 306px;
    }

    .Production-box-details {
        padding: 44px;
    }
}

.content-con-tab li {
    position: relative;
    width: 100%;
}

.product-quality {
    margin: 0 auto;
}

.product-quality-one {
    margin: 50px auto;
}

.product-quality li {
    display: inline-block;
    margin: 0 67px;
    width: 200px;
    text-align: center;
    vertical-align: top;
}

.product-quality li span {
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 140px;
}

.product-quality li span img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.product-quality li h4 {
    color: #666;
    font-size: 16px;
    margin: 20px 0;
}

.product-quality li p {
    color: #999;
    font-size: 14px;
    line-height: 2;
}

.product-system {
    background: url(../images/service/img4.jpg) no-repeat top left;
    line-height: 2;
    color: #333;
    font-size: 14px;
    margin-bottom: 100px;
}

.product-system-top {
    padding: 50px 0 128px 386px;
    width: 598px;
}

.product-system-bottom {
    margin: 60px 0 0 0;
    position: relative;
}

.product-system-bottom .product-system-bottom-left {
    width: 537px;
    display: inline-block;
    vertical-align: top;
}

.pad-b20 {
    padding-bottom: 20px;
}

.poimg {
    width: 410px;
    height: 418px;
    position: absolute;
    top: -150px;
    right: 0;
}

.poimg img {
    width: 100%;
    height: 100%;
}

.Download-type {
    margin: 0 auto;
    padding-top: 10px;
}

.Download-type .Download-head {
    color: #666666;
    font-size: 16px;
    height: 40PX;
    line-height: 40px;
    border-bottom: 1px solid #adadad;
    padding-left: 22px;
}

.Download-type .Download-head li {
    display: inline-block;
    position: relative;
}

.Download-type .Download-head li p {
    display: inline-block;
    margin: 0 100px 0 0;
}

.Download-type .Download-head li:hover p,
.Download-type .Download-head li.active p {
    color: #ff8b3d;
    cursor: pointer;
    border-bottom: 2px solid #ff8b3d;
    font-weight: 600;
}

.Download-head-two .Download-head-list {
    margin-left: 22px;
    padding: 20px 0;
    display: none;
}

.Download-head-list ul li {
    float: left;
    display: inline-block;
    padding-right: 120px;
    position: relative;
}

.Download-head-list ul li a {
    position: relative;
    padding-left: 10px;
}

.Download-head-list ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 2px;
    height: 2px;
    background: #666;
    border-radius: 50%;
}

.Download-head-list ul li:hover a,
.Download-head-list ul li.on a {
    color: #ff8b3d;
}

.Download-head-list ul li:hover:before,
.Download-head-list ul li.on:before {
    background: #ff8b3d;
}

.Download-type-box {
    margin: 30px 0;
}

.Download-type-table {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.Download-type-table tr th {
    font-size: 14px;
    color: #666666;
    border: 1px solid #c8c8c8;
    border-right: 0;
    border-left: 0;
    background: #f4f4f4;
    color: #666;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
}

.Download-type-table tr th:first-child,
.Download-type-table tr td:first-child {
    padding-left: 40px;
    text-align: left;
}

.Download-type-table tr td:last-child img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.Download-type-table tr td {
    padding: 10px 0;
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
}


/* -- slideShow -- */
.slideShow {
    position: relative;
    margin: 0 auto 10px;
    padding: 0;
    *zoom: 1;
}

.slideShow .slides a {
    display: block;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
}

.slideShow .slideBox {
    background: #fff;
    /*fix other elements on the page moving (on Chrome)*/
    transform: translatez(0);
}

/* -- slideLoading -- */
.slideShow .slideLoading {
    min-height: 50px;
    background: url(images/slide_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 60;
}

/* -- previous 和 next 按钮 -- */
.slideShow .arrowBox a {
    z-index: 70;
    position: absolute;
    display: block;
    margin-bottom: -20px;
    width: 40px;
    height: 40px;
    bottom: 50%;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 2em;
    background-color: #333;
    background-color: rgba(50, 50, 50, .3);
}

.slideShow .arrowBox a.disabled {
    display: none;
}

.slideShow .arrowBox .arrowPrev {
    left: 20px;
}

.slideShow .arrowBox .arrowNext {
    right: 20px;
}

.slideShow .arrowBox a:hover {
    background-color: rgba(50, 50, 50, .6);
}

/* -- controlBox -- */
.slideShow .controlBox {
    z-index: 70;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    color: #666;
}

.slideShow .controlBox .control {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.slideShow .controlBox.controlDefault a {
    background: url(images/inactive.png) no-repeat 50% 50%;
    text-indent: -9999px;
    overflow: hidden;
    width: 20px;
    height: 30px;
    clear: none;
    display: block;
}

.slideShow .controlBox.controlDefault a:hover,
.slideShow .controlBox.controlDefault a.active {
    background: url(images/active.png) no-repeat 50% 50%;
}

/* -- slideTitle -- */
.slideShow .slideTitle {
    z-index: 70;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.slideShow .slideTitle span {
    color: #fff;
    display: block;
    font-size: .85em;
    padding: 15px 10px;
}

/* -- sileThumb -- */
.slideShow .sileThumb {
    z-index: 70;
    text-align: center;
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.slideShow .sileThumb a {
    margin: 0 3px;
}

.slideShow .sileThumb a img {
    border: solid #B0B0B0 1px;
}

.slideShow .sileThumb a.active img {
    border: solid #19B4EA 1px;
}

/*menu-right-bar*/

.menu_left {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99900;
    width: 50px;
    border: 1px solid #eee;
    border-top: 0;
}

.menu_suspension {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 50px;
    color: #666;
    font-size: 14px;
}
/* 
.menu_suspension:before,
.menu_suspension:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    z-index: 99;
}

.menu_suspension:before {
    top: 18px;
    right: -11px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #eee;
}

.menu_suspension:after {
    top: 19px;
    right: -9px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #fff;
} */


.menu_suspension_center {
    border-radius: 0;
    background-color: #ff8b3d;
    padding: 5px;
    color: #fff;
    letter-spacing: 1px;
    height: 50px;
    font-size: 14px;
    box-sizing: border-box;
    box-shadow: -3px 3px 8px rgba(0, 0, 0, .1);
}

.menu_left ul li {
    position: relative;
    padding: 10px;
    height: 30px;
    line-height: 1.3;
    text-align: center;
    font-size: 14px;
    margin: 1px 0;
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #eee;
}

.menu_left li .iconfont {
    font-size: 28px;
    color: #ff8b3d;
}
.menu_left li:last-child .iconfont {
    font-size: 24px
}

.menu_left li a {
    display: block;
}

.menu_left li:hover {
    cursor: pointer;
    color: #fff;
    background-color: #ff8b3d;
}

.menu_left li:hover .iconfont {
    color: #fff;
}

.menu_left li:hover .menu_suspension {
    display: block;
}

/*menu-right-bar end*/

.news_blue {
    margin-top: 10px;
    color: #248ad2;
    font-size: 18px;
}
.news_wen li {
    padding: 6px 0;
    font-size: 14px;
}
.pad_tb40{
    padding: 40px 0;
}
.logo-bottom-erweima{
    padding: 20px 0 20px 45px;
    float: right;
    font-size: 14px;
}
.logo-bottom-erweima img{
    margin-bottom: 10px;
}
.head-list>li{
    position: relative;
}
.cur_text{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    box-shadow: rgba(0,0,0,.2) 0 3px 5px 0;
    line-height: 2;
    text-align: left;
    min-width: 100%;
    padding: 30px 50px 30px 30px;
}
.cur_text a{
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 10px 10px 0px 10px;
}
.head-list li:hover{
    cursor: pointer;
}
.head-list li:hover::before{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 2px;
    background-color: #ff8b3d;
    z-index: 10;
}
.head-list li:hover .cur_text{
    display: block;
}

.head-list ul li a.on{
    color: #ff8b3d;
}

.tel_style .menu_suspension_center{
    height: auto;
}
.tel_style .menu_suspension {
    position: absolute;
    top: 0;
    left: -152px;
    width: 150px;
    display: none;
    color: #666;
    font-size: 14px;
}